home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
YERK
/
SUPPLEME
/
UNSUPPOR
/
OPTIONAL
/
NEON_SIE.VE
< prev
next >
Wrap
Text File
|
1985-04-25
|
337b
|
18 lines
8190 constant size
0 variable flags size allot
: do-prime
flags size 1 fill
0 size 0
do flags i+ c@
if 3 i+ i+ dup i+
size < if
size flags + over i+ flags + do 0 i c! dup
+loop then drop 1+
then
loop
. ." primes" cr
;
: sieve 10 0 do do-prime loop ." Done." cr ;